home *** CD-ROM | disk | FTP | other *** search
/ Widget Workshop - The Mad Scientist's Laboratory / Widget Workshop - A Mad Scientist's Laboratory (1996)(Maxis)[Mac-PC].iso / pc / win95 / goodies / demos / maxis / mainmenu.dir / 00028_Script_28 < prev    next >
Text File  |  1995-06-13  |  353b  |  10 lines

  1. on mouseUp
  2.   puppetSound "clickDown"
  3.   upDateStage
  4.   set the castnum of sprite 24 to the number of cast "quitEndButDown"
  5.   set the castNum of sprite 44 to the number of cast "quitScreen"
  6.   set the castNum of sprite 45 to the number of cast "cancelButMain"
  7.   set the castNum of sprite 46 to the number of cast "quitBut"
  8.   UpDateStage
  9.   pause
  10. end